From 2241819fd8b35c0fc009599c48bef9fad8d83b36 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 29 May 1993 06:08:18 +0000 Subject: [PATCH] (C_SWITCH_MACHINE): Define only if not __GNUC__. --- src/m/ibmrt.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/m/ibmrt.h b/src/m/ibmrt.h index c92df7e92f6..e0830f995b0 100644 --- a/src/m/ibmrt.h +++ b/src/m/ibmrt.h @@ -125,7 +125,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Special switches to give the C compiler. */ +#ifndef __GNUC__ #define C_SWITCH_MACHINE -Dalloca=_Alloca +#endif /* Don't attempt to relabel some of the data as text when dumping. It does not work because their virtual addresses are not consecutive. -- 2.30.2